func sort.isNaN 3 uses sort (current package) sort.go#L142: func (x Float64Slice) Less(i, j int) bool { return x[i] < x[j] || (isNaN(x[i]) && !isNaN(x[j])) } sort.go#L146: func isNaN(f float64) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)